crypto/internal/fips140/aes/gcm.CMAC.b (field)

7 uses

	crypto/internal/fips140/aes/gcm (current package)
		cmac.go#L19: 	b  aes.Block
		cmac.go#L25: 	c := &CMAC{b: *b}
		cmac.go#L31: 	aes.EncryptBlockInternal(&c.b, c.k1[:], c.k1[:])
		cmac.go#L42: 	_ = c.b // Hoist the nil check out of the loop.
		cmac.go#L48: 		aes.EncryptBlockInternal(&c.b, x[:], x[:])
		cmac.go#L57: 		aes.EncryptBlockInternal(&c.b, x[:], x[:])
		cmac.go#L65: 		aes.EncryptBlockInternal(&c.b, x[:], x[:])